home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / leo10.zip / README.TXT < prev    next >
Text File  |  1997-06-08  |  11KB  |  240 lines

  1. -------------------------------------------------------------------------
  2. Program Title: Uncle Leo's Simple Recipe Database v1.0
  3.     Copyright: The Arthur Dellea Company (C)1997               
  4.        Author: Arthur Dellea
  5.         Began: 6/8/97
  6. Last Modified: 6/8/97
  7. -------------------------------------------------------------------------
  8.   Description: A very simple recipe database. Designed for my Uncle Leo,
  9.   who has been a chef for years and needs a place to store his recipes.
  10.   This is why the database is empty.
  11. -------------------------------------------------------------------------
  12.         Notes: Designed using SoftCode for PowerBASIC.
  13. -------------------------------------------------------------------------
  14.       History: After many failed attempts of trying to come up with my
  15.       own simple recipe database program, I finally took the easier route
  16.       and dug out SoftCode, which I haven't used in a couple years. In
  17.       moments I had a fully developed recipe database with mouse support.
  18. -------------------------------------------------------------------------
  19.  
  20. License Agreement:
  21. You should carefully read the following terms and conditions
  22. before using this software.  Unless you have a different license
  23. agreement signed by the Arthur Dellea Company, your use of this
  24. software you indicates your acceptance of this license agreement
  25. and warranty.
  26.  
  27. Shareware Version Evaluation and Registration:
  28. This is not free software.  You are hereby licensed to use this
  29. software for evaluation purposes without charge for a period of 30
  30. days.  If you use this software after the 30 day evaluation period
  31. a registration fee is required. Unregistered use of this software
  32. after the 30-day evaluation period is in violation of U.S. and
  33. international copyright laws. To register this program, please
  34. refer to the file called ORDER.TXT included with this package.
  35.  
  36. Distribution:
  37. Provided that you verify that you are distributing the Shareware
  38. Version you are hereby licensed to make as many copies of the 
  39. Shareware version of this software and documentation as you wish;
  40. give exact copies of the original Shareware version to anyone; and
  41. distribute the Shareware version of the software and documentation
  42. in its unmodified form via electronic means.  There is no charge
  43. for any of the above. You are specifically prohibited from charging,
  44. or requesting donations, for any such copies, however made; and from
  45. distributing the software and/or documentation with other products
  46. (commercial or otherwise) without prior written permission.
  47.  
  48. Registered Version:
  49. One registered copy of this software may either be used by a
  50. single person who uses the software personally on one or more
  51. computers, or installed on a single workstation used by multiple
  52. people through a network. You can upgrade to the latest version
  53. at a discount, if a newer version is available. Please refer to
  54. the file called ORDER.TXT included with this package.
  55.  
  56. Governing Law:
  57. This agreement shall be governed by the laws of the State of
  58. Massachusetts.
  59.  
  60. Disclaimer of Warranty:
  61. THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" AND
  62. WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY
  63. OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. NO WARRANTY OF
  64. FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.
  65. Good data processing procedure dictates that any program be
  66. thoroughly tested with non-critical data before relying on it.
  67. The user must assume the entire risk of using the program.  ANY
  68. LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
  69. REPLACEMENT OR REFUND OF PURCHASE PRICE.
  70. -------------------------------------------------------------------------
  71.  
  72.  
  73. Minimum System Requirements:
  74. IBM 8086 compatible, floppy drive, MS-DOS 5. Anything better than this
  75. will be able to use the program. A printer is suggested so you can print
  76. out this documentation and reports from the program. The program also
  77. supports mouse control if you have a mouse connected.
  78.  
  79.  
  80. Starting the program:
  81. MS-DOS - change to the program's directory, type RECIPE.EXE and hit
  82.          enter to start.
  83. Windows 3.x - Select File, then Run, then use browse to find and run
  84.               RECIPE.EXE.
  85. Windows 95 - Select Start on the toolbar, then Run, then use browse to 
  86.              find and run RECIPE.EXE.
  87.  
  88.  
  89. *NOTE* Running multiple copies of the program at the same time under Windows
  90. may cause database errors and unpredictable results! Running one copy at a
  91. time is absolutely fine.
  92.  
  93.  
  94. First-time run:
  95.         When you run the program for the first time, you'll get a message
  96. basically stating that there are no records in the database. This is not
  97. an error - I purposely did not put any recipes in the database, because
  98. my uncle wanted to enter his own from scratch. Many of his recipes are top
  99. secret, so there's no chance I'd distribute them to the rest of the world,
  100. even if he DID let me.
  101.  
  102.  
  103. Database screen:
  104.         The screen is very basic, program's title and my contact info at the
  105. very top, then you'll see the recipe window, surrounded by a border. In the
  106. top-left corner of the border is where you see short descriptions of the
  107. menu functions on the bottom line, which can be selected by keyboard and
  108. arrow keys and/or mouse control. Within the window, the first line says
  109. 'Title :' and this is where you should put the name of the recipe. The Title
  110. line is also logically used as the database's index field, where you can
  111. enter search criteria, etc. The next line says 'Recipe:' and the rest of this
  112. line and all of the following lines in the window are for you to enter the
  113. actual recipe into.
  114.  
  115.  
  116. Main menu commands:
  117.         These are the main functions of the database system, and will
  118. probably be where you'll be spending most of your time.
  119.  
  120.         Add - Select this, then enter the title of your recipe, and the
  121. recipe itself in the window. When you're done, hit the ESCape key, you can
  122. then Save the record, Ignore it (erase without saving), or Continue to edit
  123. it.
  124.  
  125.         Copy - Select this, it copies the current record on the screen into
  126. a new record. Make any changes that you wish, and you can hit ESCape when
  127. you're done to store it (similar to above).
  128.  
  129.         Edit - Select this to edit the currently displayed record and hit
  130. ESCape when you're done.
  131.  
  132.         Delete - BE CAREFUL! This will permanently delete the current record
  133. displayed on the screen.
  134.  
  135.         Quit - exits the database program back to DOS or Windows.
  136.  
  137.  
  138. Report menu commands:
  139.         This will report on the entire database. It will show every recipe
  140. or selected recipes based on your criteria.
  141.  
  142.         Print starting from record (Top/Current) - Top will report on the
  143. entire database, and current will report starting at the current record.
  144.  
  145.         Number of records to print - 0 will report on the rest of the
  146. database, or you could enter 1 to just print the current record, or 5 to
  147. report on the current one and four after it, etc.
  148.  
  149.         Print deleted records - if you've deleted any records and haven't
  150. packed the database, the deleted records will be reported also.
  151.  
  152.         Listing output - Select printer to print the records to the printer.
  153. If you select screen, the records will be shown on screen one at a time.
  154. Abort will cancel the Report operation and return you to the menu.
  155.  
  156.  
  157. View menu commands:
  158.         This menu not only allows you to view records individually, it'll
  159. search records using an index within the Title line, and you can visually
  160. select a starting record for your reports.
  161.  
  162.         Top - brings you to the very first record in the database.
  163.  
  164.         Next - advances to the next record after the one currently on screen.
  165.  
  166.         Skip - will let you skip any number of records you specify.
  167.  
  168.         Prev - will advance you back to the record before the one on screen.
  169.  
  170.         Bottom - brings you to the very last record in the database.
  171.  
  172.         Fastfind - enter the first word of the record you wish to find, and
  173. this brings you to the first matching record.
  174.  
  175.         setIndex - allows you to set which field inthe database will be used
  176. for the index. *NOTE* this doesn't apply to this database, since the Title
  177. is the only record which can be used for the index.
  178.  
  179.  
  180. Maint menu commands:
  181.         These commands can help you fix problems within the database. For
  182. example, sometimes the indexes may be mis-ordered or mis-aligned, or you may
  183. have many deleted records, and clearing them will save space on your disk.
  184.  
  185.         Reindex - will rebuild all of the index records used, correcting most
  186. problems and may even slightly speed up record searching if you have hundreds
  187. of records.
  188.  
  189.         Pack - will remove all deleted records from the database, which can
  190. slightly reduce the size of the database and may also speed up searches.
  191.  
  192.         Dosshell - lets you go to the DOS prompt from the database program
  193. if you need to perform serious maintenance using DOS commands. You can type
  194. EXIT and hit ENTER at this DOS prompt to return to the database program.
  195.  
  196.         Run - gives you a directory listing.
  197.  
  198.         Tally - shows you how many records are active and how many are
  199. deleted, which may help you determine whether you should Pack the database or
  200. not. The more deleted records, the more wasted space there is in the
  201. database.
  202.  
  203.         Main - returns you to the main menu.
  204.  
  205.  
  206.  
  207.         Locate - allows an advanced search. You place what you're looking
  208. for exactly in the search window where it would be found, and these functions
  209. will find the matching record. This feature is extremely precise and may
  210. come up with nothing at all. Fastfind is a much better choice.
  211.  
  212.         Main - returns you to the main menu.
  213.  
  214.  
  215.  
  216.  
  217.     Finally, I'd like to say that if you have any comments,
  218. suggestions or questions, let me know ASAP. And also important - if you
  219. find any bugs in this program, get in touch with me! I try my best to
  220. make all my software bug-free. Sincerely, Arthur Dellea
  221.     Any questions about the status of the shipment of an order,
  222. refunds, registration options, product details, technical support,
  223. volume discounts, dealer pricing, site licenses, etc., must be
  224. directed to:
  225.  
  226. US Mail   : Arthur Dellea Company
  227.             32 Alford Road, Alford MA 01230-1515
  228. Voice     : (413)528-4163
  229. Data      : (413)528-0213
  230. E-Mail    : arthurdellea@worldnet.att.net
  231.  
  232. -------------------------------------------------------------------------
  233. Following are the changes made between versions since version 1.0:
  234.  
  235. Version         What was changed or fixed
  236.                 None as of yet
  237. -------------------------------------------------------------------------
  238.  
  239.  
  240.